home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / misc / misc.m < prev    next >
Text File  |  1996-06-15  |  1KB  |  34 lines

  1. extern const char **_dictionary_misc;
  2. #ifndef DICTIONARY_REQUEST
  3.     #define DICTIONARY_REQUEST \
  4.     const char **_dictionary_misc;\
  5.     TRANSLATE_SYSTEM_REQ _dictionary_req_misc("misc",_dictionary_misc,21,1);\
  6.     void dummy_dict_misc(){}
  7. #endif
  8. #ifndef MSG_U
  9.     #define MSG_U(id,m)    id
  10.     #define MSG_B(id,m,n)    id
  11.     #define MSG_R(id)    id
  12. #endif
  13. #define E_SETOWNER    _dictionary_misc[0]
  14. #define E_SETGROUP    _dictionary_misc[1]
  15. #define F_CORRPATH    _dictionary_misc[2]
  16. #define T_MODCONFPATH    _dictionary_misc[3]
  17. #define I_MODCONFPATH    _dictionary_misc[4]
  18. #define T_LISTCONF    _dictionary_misc[5]
  19. #define I_LISTCONF    _dictionary_misc[6]
  20. #define P_MODCONF    _dictionary_misc[7]
  21. #define P_COPYSYSFILES    _dictionary_misc[8]
  22. #define E_CANTDO    _dictionary_misc[9]
  23. #define E_WRITE    _dictionary_misc[10]
  24. #define E_READ    _dictionary_misc[11]
  25. #define E_UPDATE    _dictionary_misc[12]
  26. #define E_OUTOFMEM    _dictionary_misc[13]
  27. #define T_QUIT    _dictionary_misc[14]
  28. #define I_QUIT    _dictionary_misc[15]
  29. #define T_ERROR    _dictionary_misc[16]
  30. #define I_ICONERROR    _dictionary_misc[17]
  31. #define T_PLEASE    _dictionary_misc[18]
  32. #define I_ICONNOTICE    _dictionary_misc[19]
  33. #define T_AREYOUSURE    _dictionary_misc[20]
  34.